home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 2
/
SPACE - Library 2 - Volume 1.iso
/
utility
/
533
/
findmac
/
readme
< prev
Wrap
Text File
|
1991-07-08
|
1KB
|
54 lines
findmac version 0.2
usage findmac [-fn] substring [outfile]
options
-f check only floppies
-n don't check floppies
substring is a substring of the fikename found in the node
or extension of the file's name node.ext. It does not
cross the dot between the node and extension unless it
is explicitly a point.
outfile is file to send results to default is stdout=screen.
examples
findmac -f mac aa finds all files on floppies connected
to file aa containing substring mac
findmac -n mac aa finds all files on non-floppy drives as
above
findmac mac finds all files on all drives as above
but to screen.
findmac -f n.ar would find all files whose node ended in n
and extension started ar. <special case>
to screen.
WARNING TO DESKTOP USERS: This program does not page the output so
sending it to the screen it will fly by and exit. Use control-s/control-q
to control scrolling. Better yet save results to a file and use your favorite
editor or browser to scan it.
RELEASE NOTES -
version 0.0 first release
version 0.2 fixes double slash bug, only searches real drives
and has command switch to select only floppies or
only hard/ram drives. Still does all if no option
given.